home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000407_news@newsmaster….columbia.edu _Fri Sep 26 09:20:01 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA24973
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 26 Sep 1997 09:20:00 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA27216
  7.     for kermit.misc@watsun; Fri, 26 Sep 1997 09:19:59 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit Text Files Only
  12. Date: 26 Sep 1997 13:19:58 GMT
  13. Organization: Columbia University
  14. Lines: 39
  15. Message-ID: <60gcpu$2t2$1@apakabar.cc.columbia.edu>
  16. References: <60fe3i$oqd$1@castor.dnai.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7732
  19.  
  20. In article <60fe3i$oqd$1@castor.dnai.com>, Tim Carson <tim@rym.com> wrote:
  21. : I am interested in using Kermit as a protocol to transfer text only
  22. : files to and from some pieces of CNC (Computer Numerical Controlled)
  23. : equipment.  Right now, the company uses 8 separate DOS based PCs, each
  24. : connected to only one machine to send/receive files. The CNC's
  25. : transfer only using Kermit on RS-232. (They are Cincinnati CNC
  26. : Machines, made in the USA) 
  27. : What I would want to do is use a single WindowsNT based PC connected
  28. : to a network to talk to all 8. I have a multi-port serial card with 16
  29. : serial ports (Comtrol Rocket Port) running on such an NT PC.
  30. : My questions:
  31. : Before I start re-inventing the wheel, is there already a version of
  32. : Kermit that runs on NT?
  33. Yes:
  34.  
  35.   http://www.columbia.edu/kermit/k95.html
  36.  
  37. : If so, does it support COM ports higher than COM4? (Like up to COM32)
  38. Yes, provided your multiport hardware comes with 32-bit COM drivers.
  39.  
  40. : Are there any know problems running multiple instances of the same
  41. : program?  (Each connected to a different COM port on the same PC)
  42. No.
  43.  
  44. : And lastly, for now, who do I contact to register the proper 
  45. : "Credit where credit is do" information before using Kermit?
  46. All info about the Kermit Project, software, licensing, etc etc, is at
  47. our website:
  48.  
  49.   http://www.columbia.edu/kermit/
  50.  
  51. - Frank